home *** CD-ROM | disk | FTP | other *** search
/ IBM InfoROM for OS/2 Beta 1995 January / IBM InfoROM for OS2 Beta 1-1995.ISO / testcert / storage / function / scsi / add / rezero.scr < prev    next >
Encoding:
Text File  |  1994-08-08  |  464 b   |  24 lines

  1. * Sets the logical unit to a specific state.
  2. * Details are vendor specific.
  3.  
  4. @THREAD REZERO.LOG
  5. @NEWALIAS SADD SCSIADD.GRA
  6. @IMPORT SCSICOM.SCR
  7. SADD DD_OPEN
  8.  
  9. * 0=Async mode, 1=Sync mode
  10. SADD SET MODE=1
  11.  
  12. * Command completion timeout (Secs)
  13. * 0=the assigned value is the default set by the driver,
  14. * -1=the assigned value is infinite.
  15. SADD SET TIMEOUT=0 
  16.  
  17. * Name for paramblock
  18. SADD SET LABEL = "REZERO UNIT"
  19.  
  20. SADD REZERO_UNIT
  21.  
  22. SADD DD_CLOSE
  23.  
  24.